/*单行文本隐藏*/


/*white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;*/



.show-phone {
    display: none;
}
.swiper-container {
    overflow-x: hidden
}
.swiper-side{
    width: 205px !important;
}

/* side */
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 50%;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.sidebox div {
    text-align: center;
    width: 54px;
    height: 54px;
    float: left;
}

.side  img {
    width: 60%;
    display: inline-block;
}

.side ul li:last-child img {
    width: 54px;
}

 .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #07674b;
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

 .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #07674b;
    transition: all 0.3s;
}

/* banner */

.banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-height: 750px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../img/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../img/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
}
.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

/* */

.in-content {
    margin: 30px auto;
}

.in-content .in-top li {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-right: 57px;
    color: #fff;
    /* background: #4579dc; */
    text-align: center;
}

.in-content .in-top li p {
    font-size: 16px;
}

.in-content .in-top li div {
    width: 50px;
    height: 50px;
    margin: 8px auto;
    line-height: 60px;
    border-radius: 50%;
}

.in-content .in-top li:last-child {
    margin-right: 0;
}

.in-content .in-top li a {
    color: #fff;
}

.in-content .in-top li div i {
    font-size: 36px;
}

.in-content .in-top li:first-child {
    background: #4579dc;
}

.in-content .in-top li:nth-child(2) {
    background: #3ac03b;
}

.in-content .in-top li:nth-child(3) {
    background: #ef7f1d;
}

.in-content .in-top li:nth-child(4) {
    background: #29abf6;
}

.in-content .in-top li:nth-child(5) {
    background: #23d3a2;
}

.in-content .in-top li:nth-child(6) {
    background: #4d61d2;
   
}

.in-content .in-top li:nth-child(7) {
    background: #e2a909;
}

.in-content .in-top li:nth-child(8) {
    background: #8722bb;
     margin-right: 0;
}


.in-xw {
    margin-top: 20px;
}

.in-xw .ixw-z .ixw-i .ixw-oImg {
    position: relative;
    height: 210px
}

.in-xw .ixw-z .ixw-i .ixw-oImg img {
    width: 100%;
    height: 210px
}
/*
.in-xw .ixw-z .ixw-i .ixw-oImg div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px 0;
    width: 100%;
}
*/
.in-xw .ixw-z .ixw-i .ixw-oImg div a {
    color: #fcfcfc;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 8px;
}

.in-xw .ixw-z .ixw-i .iwx-o a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: block;
    padding: 3px 0;
    font-weight: 600;
}

.in-xw .ixw-z .ixw-i .iwx-o p {
    color: #555;
    font-size: 12px;
    line-height: 20px;
}

.i-title {
    margin-bottom: 15px;
    margin-top: 10px;
}

.i-title h2 {
    font-size: 18px;
    color: #07674b;
    float: left;
    font-weight: 600;
    position: relative;
}

.i-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 45%;
    background-color: #07674b;
}

.i-title a {
    float: right;
    display: block;
    padding: 3px 12px;
    border: 1px solid #07674b;
    color: #07674b;
    border-radius: 5px;
    font-size: 12px;
}


/*专家介绍 */

.zj-dt {
    padding: 15px 0;
}

.zj-dt .zj-b {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.zj-dt .zj-b>div {
    margin-right: 20px;
    cursor: pointer;
}

.zj-dt .zj-b .active {
    font-size: 18px;
    color: #07674b;
    font-weight: 600;
}

.zj-dt .zj-b .active span {
    border-bottom: 3px solid #07674b;
}

.zj-swiper-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 2000%;
    height: 100%;
    display: flex;
}
.zj-listb {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.zj-listb .overi {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.zj-listb img {
    width: 100%;
    height: 255px;
}

.zj-listb div.knl {
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.zj-listb div.knl>div {
    width: 90%;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.zj-listb div h5 {
    font-size: 14px;
}

.zj-listb div span {
    margin: 5px 0;
    color: #0551a9;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis
}

.zj-listb div p {
    padding-left: 5px;
    font-size: 12px;
    color: #999;
}

.zj-dt .zj-b {
    float: left;
}

.zj-dt a {
    display: none;
    padding: 3px 12px;
    border: 1px solid #07674b;
    color: #07674b;
    border-radius: 5px;
    font-size: 12px;
}

.zj-dt a.active {
    display: block;
}
.zj-slide{
    width: 205px !important;
}

/* 医院新闻 */

.in-xw .ixw-list li {
    margin-bottom: 8px;
    line-height: 20px;
    border-bottom: 1px solid #f0f0f0
}

.in-xw .ixw-list-b li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}

.in-xw .ixw-list li a {
    float: left;
    width: 75%;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-xw .ixw-list li a span {
    color: #555;
    margin-right: 3px;
}

.in-xw .ixw-list li>span {
    float: right;
    color: #555;
    font-size: 13px;
}
/* 科室介绍 */
.kszj-box {
    margin: 15px 0;
    width: 100%;
    padding: 15px 0 35px;
    min-width: 1200px;
    padding-top: 35px;
    background-image: url(../img/beijingtupian.jpg);
    background-size: 100% 100%
}


.kszj-list{
    display: grid;
    grid:repeat(1,120px)/ auto-flow 15%;
    column-gap:2% ;
    margin-top: 40px;
}
.kszj-item{
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    padding-top: 20px ;
}
.kszj-item a{
   display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kszj-icon{
    font-size: 40px;
    color: #36a99e;
}
.lsk-a{
    margin-top: 5px;
}
/* 四块 */
.boxList{
    margin-top: 20px;
}
.four-box img {
    width: 100%;
}

.four-box li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four-box .four-oImg {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.four-box ul li {
    padding-left: 15px;
    background: url(../img/dian.png) no-repeat left center;
    margin-bottom: 12px;
}

.four-box ul li:last-child {
    margin-bottom: 0;
}

.four-box .row>div:nth-child(2n) {
    padding-left: 0;
}

.four-box .row>div {
    margin-bottom: 15px;
}

.divList {
    float: left;
}

.divList .row {
    position: relative;
}
/* 医院风采 */
.yyfc-list{
    height: 183px;
     overflow: hidden;
    position: relative;
    
}
.yyfc-swiper-container{
    position: absolute;;
    width: 2000%;
    height: 100%;
}
.yyfc-item:nth-child(4n) {
    /* margin: 0 !important; */
    
}
.yyfc-item{
    position: relative;
    display: inline-block;
    margin-right: 25px;
    border-radius: 7px;
    overflow: hidden;
    height:100%;
}
.yyfc-item img{
    height:100%;
    width: 278px;
}
.yyfc-item .mask{
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
}
.yyfc-item p{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
.yyfc-item span{
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
}
/* 专题网站 */
.ztwz-box img {
    width: 100%;
    
}

.ztwz-box {
    margin-top: 20px;
    margin-bottom: 35px;
    overflow: hidden;
}

.ztwz-box .row>div {
    height: 135px;
    overflow: hidden;
}


#addressmap {
    width: 100%;
    min-height: 500px;
    margin-bottom: 20px;
}

.BMap_pop {
    top: 137px !important;
}

.BMap_pop .title {
    font-size: 14px;
    font-weight: bold;
    color: #cc5522;
}


/*媒体查询*/

@media screen and (max-width: 768px) {
    
   
    .ixw-list {
        height: auto;
        overflow: auto;
    }
    .content {
        width: 96%;
    }
    .ks-box .oJk {
        position: relative;
        right: 0;
        top: 0;
        box-shadow: none;
    }
    .ks-box .oJk .oJk-b .row>div:nth-child(2n + 1) {
        padding-left: 15px;
    }
    .banner {
        max-width: 100%;
        min-width: 100%;
    }
    .kszj-box .ks-n {
        margin-top: 0
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .xw-nr .ftitle span {
        display: block;
        margin-bottom: 8px;
    }
    .content-box .you {
        padding-left: 0;
    }
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .kszj-box .kszj-nav {
        border: none
    }
    .ks-box .oFc .oFc-list li {
        float: left;
        width: 48%;
        height: 140px;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .ks-box .oFc .oFc-list li:nth-child(2n) {
        margin-right: 0;
    }
    .ks-box .oFc .oFc-list li img {
        width: 100%;
    }
    .ks-box .oZj .oZj-list li {
        width: 48%;
        height: 280px;
        margin-right: 2%;
    }
    .ks-box .oZj .oZj-list li:nth-child(5n) {
        margin-right: 2%;
    }
    .ks-box .oZj .oZj-list li:nth-child(2n) {
        margin-right: 0;
    }
    .content-box .hzfw-box .hz-top li {
        width: 47%;
        margin-right: 3%;
    }
    .content-box .hzfw-box .hz-top li:nth-child(2n) {
        margin-right: 0;
    }
    .content-box .hzfw-box .hz-top li:last-child {
        margin-right: 3%;
    }
    .in-content .in-top li {
        width: 30vw;
        height: 30vw;
        margin-right: 3vw;
        margin-bottom: 10px;
    }
    .in-content .in-top li:nth-child(3n) {
        margin-right: 0;
    }
    .in-content .in-top li div {
        width: 15vw;
        height: 15vw;
        line-height: 15vw;
    }
    .in-xw .ixw-list li a {
        width: 100%;
    }
    .in-xw .row>div {
        padding-left: 0;
        padding-right: 0;
    }
    .in-xw .ixw-z .row>div {
        padding-left: 0;
        padding-right: 0;
    }
    .in-xw .ixw-i {
        margin-bottom: 15px;
    }
    .kszj-box {
        min-width: auto;
        height: auto;
        margin: 0;
        padding: 15px;
    }
    .kszj-box .kszj-nav {
        padding: 0;
    }
    .kszj-box .kszj-nl:nth-child(2n) {
        border-right: 1px solid #8fb9e3;
    }
    .kszj-r {
        height: auto;
        padding: 0;
    }
    .kszj-box .kszj-r .swiper-slide img {
        width: 45vw;
    }
    .kszj-box .ks-s>div {
        padding: 0;
    }
    .kszj-box .kszj-r {
        height: auto;
    }
    .four-box .row>div {
        padding: 0;
    }
    .four-box .row>div ul {
        padding: 8px 5px 8px 20px;
    }
    .ztwz-box .row>div {
        margin-bottom: 15px;
        padding: 0;
    }
    .ksdh-box .kszj-nav .row>div {
        padding-left: 0;
    }
    .ksdh-box .ks-s>div {
        margin-bottom: 15px;
        padding: 0;
    }
    .header .h-top .r li a {
        padding: 0 3px;
    }
    .navBar .navbar-nav>li {
        width: auto;
        line-height: 38px;
        text-align: left;
    }
    .navBar li.active a {
        border: none;
    }
    .na-l {
        display: block;
    }
    .na-l img {
        width: 100%;
    }
    .na-l .logo {
        margin-top: 8px;
    }
    .h-logo .logo {
        display: none;
    }
    .header .h-logo .search-box {
        padding-top: 0;
    }
    .navBar li.active a:after {
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }
    .h-logo .search-logo {
        display: block;
        width: 100%;
    }
    .h-logo .search-logo img {
        float: none;
        margin: 0 auto;
    }
    .h-logo .search-logo>div {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .ztwz-box .row>div {
        height: auto;
        overflow: auto;
    }
    .side {
        display: none;
    }

    .kszj-list{
        grid:repeat(2,80px)/auto-flow 30% ;
        row-gap:20px ;
        column-gap:5% ;
        padding-top: 0
    }
    .kszj-item{
        padding-top: 5px;
    }
    .kszj-icon {
    font-size: 20px;
    }
}


/*首页编辑*/

#myModal .radio-list li {
    float: left;
    padding: 8px 15px;
    border: 1px solid #ccc;
    margin: 8px;
    cursor: pointer;
}

#myModal .radio-list li.active {
    border-color: #0069c4;
    color: #0069c4;
}

.ixw-list {
    /* height: 210px; */
    padding: 10px 0;
    overflow: hidden;
}

.site-gray {
  	filter: grayscale(100%);/*火狐*/
    -webkit-filter:grayscale(100%);/*chrome*/
    filter:gray; /*IE7-9*/
}

.chromeFilter {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}

.footer .tl {
    margin-bottom: 15px;
}

.yl {
    line-height: 44px;
    padding-right: 15px;
}
/* 专题网站 */
.picMarquee-left {
    overflow: hidden;
    position: relative;
    width: 1045px;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: auto!important;
    margin: 0 25px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 300px;
    font-size: 14px;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

.picMarquee-left .bd ul li img {
    display: inline-block;
    width: 30px;
}

/* 专家介绍 */

.zj-listb .tempWrap {
    height: 340px;
}

.zj-listb .picList {
    height: 340px;
}

/* .zj-listb {
    width: 1300px;
     margin-left: -40px;
     padding: 0 47px; 
}  */

.zj-listb .hd {
    display: none;
}

.zj-listb .hd a {
    display: block;
    width: 45px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    top: 78px;
    filter: alpha(opacity=0);
}

.zj-listb .picScroll-left {
    position: relative;
}

.zj-listb .hd a.prev {
    left: 40px;
}

.zj-listb .hd a.next {
    background-position: -11px -90px;
    right: 60px;
}

.zjjs {
    height: 380px;
    overflow: hidden;
}


@media screen and (max-width: 1300px) {
    .jdfybjt-body .text {
        font-size: 14px;
    }
    .jdf-box .jdf-absoult {
        bottom: 20px;
    }
}

@media screen and (max-width: 1370px) {
    .jdf-box .jdf-absoult .code-img {
        margin-right: 80px;
    }
}

.side ul li .gzh-img {
    position: absolute;
    left: -270px;
    bottom: -100px;
    display: none;
}

.side ul li .gzh-img img {
    width: 200px;
}

.cz-list .p130 {
    height: 114px
}



.ks-s .swiper-button-prev,
.ks-s .swiper-button-next {
    top: 71px;
    width: 45px;
    height: 60px;
    position: absolute;
    cursor: pointer;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none
}

.swiper-pagination {
    display: none
}

.swiper-button-prev,
.swiper-button-next {
    display: none
}

.ks-swiper-container:hover .swiper-button-prev {
    display: block
}

.ks-swiper-container:hover .swiper-button-next {
    display: block
}

.zj-swiper-container:hover .swiper-button-prev {
    display: block
}

.zj-swiper-container:hover .swiper-button-next {
    display: block
}

.swiper-container:hover .swiper-button-prev {
    display: block
}

.swiper-container:hover .swiper-button-next {
    display: block
}

.zj-box .zj-top .zj-cont .scbz {
    display: flex;
    flex-direction: row;
}

.zj-box .zj-top .zj-cont .scbz b {
    width: 70px;
}

.swiper-container {
    overflow: visible !important;
}


/* 手机端适配 */

@media screen and (max-width: 767px) {
    .content.content-box .zuo1 .l-top,
    .content.content-box .zuo .l-top {
        height: 38px;
        line-height: 38px;
    }
    .hzli-box {
        display: none;
        position: absolute;
        left: 0;
        top: 36px;
        background: #fff;
        z-index: 99;
        border: 1px solid #ccc;
        border-top: none;
        padding-bottom: 10px;
        width: 100%;
    }
    .hzli-box.hzactive {
        display: block;
    }
    .hzli-box a {
        display: block;
        padding: 8px 0;
    }
    .content-box .you .zxdt-box .zxdt-list a {
        width: 72%
    }
    /* .content.content-box .zuo1>ul {
        padding: 0;
        display: flex;
        flex-flow: wrap;
    }*/
    .btn-group {
        margin-top: 25px
    }
    .zj-box .zj-top .zj-cont .scbz {
        display: inline-block;
    }
    .oZj .swiper-slide {
        min-height: 247px
    }
    .oFc-list .kd-list {
        width: 45%
    }
    .zj-box .zj-top .zj-cont .scbz>span {
        display: block;
        width: auto
    }
    .zj-box .zj-top .zj-cont .scbz b {
        float: left
    }
    .content.content-box .zuo1>ul>li {
        padding: 10px 4px;
        box-sizing: border-box;
        border-bottom: none;
        display: inline-block;
        width: 25%;
    }
    .content-box {
        padding-bottom: 30px;
    }
    .content.content-box .zuo1>ul li.active div {
        margin-bottom: 0;
    }
    .content.content-box .zuo1>ul li ul {
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        z-index: 5;
    }
    .ldtd-box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ldtd-box ul li {
        width: 50%;
        box-sizing: border-box;
        margin: 0;
    }
    .you .ldtd-box li .imgBox {
        width: 80%;
        height: auto;
    }
    .you .ldtd-box li p {
        width: 80%;
    }
    .content .hzfw-content .hzfw-list .zjczxx-box .zj-search .zj-y {
        margin-left: 0;
    }
    .recruit-model {
        flex-wrap: wrap;
    }
    .recruit-model .recruit-model-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .ks-box .oFc .oFc-list img {
        height: 100px
    }
    .header .container-t .input .picker-list>li {
        padding-left: 0
    }
    .cz-list .p130,
    .ks-box .ks-dt .cz-list .cz-t {
        height: auto
    }
    .phoneFour .row>div ul {
        padding: 0;
    }
    .ks-box .ks-xiashu .hz-top li {
        width: 45%;
        margin-right: 5%
    }
    .ks-box .ks-xiashu .hz-top li:nth-child(2n) {
        margin-right: 0
    }
}

.ks-nav-list {
    text-align: center;
    padding: 4px 10px 15px;
    width: auto;
}

.ks-nav-list.active p {
    border-bottom: 2px solid #953043;
    color: #953043;
}

.ks-nav-list p {
    padding: 8px 0;
    display: inline-block;
    position: relative;
}

.ks-nav-list.active p:after {
    content: "";
    display: block;
    border-top: 6px solid #953043;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
}

.noLeft {
    transform: translate3d(0px, 0px, 0px) !important;
    transition-duration: 300ms !important;
}

.ks-nav-box .swiper-wrapper {
    transition-duration: 300ms !important;
}

.ks-s .swiper-button-prev {
    background: url(../images/ad_ctr.png) no-repeat;
    left: 15px;
    background-position: -2px -14px;
}

.ks-s .swiper-button-next {
    background: url(../images/ad_ctr.png) no-repeat;
    background-position: -11px -103px;
    right: 15px;
}

.zjjs .swiper-button-prev {
    background: url(../images/ad_ctr.png) no-repeat;
    left: -11px;
    background-position: 2px -14px;
}

.zjjs .swiper-button-next {
    background: url(../images/ad_ctr.png) no-repeat;
    background-position: -17px -103px;
    right: -11px;
}

.zjjs .swiper-button-prev,
.zjjs .swiper-button-next {
    width: 45px;
    height: 60px;
    position: absolute;
    top: 90px;
    cursor: pointer;
}



.phone-li {
    padding: 15px;
}

.phone-li li {
    float: left;
    width: 50%;
    height: 120px;
    text-align: center;
    padding-top: 24px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

.phone-li li a {
    color: #fff;
}

.phone-li li:nth-child(1) {
    background: url(../img/sikuai1.jpg) no-repeat center;
    background-size: cover;
}

.phone-li li:nth-child(2) {
    background: #5dbfc3;
}

.phone-li li:nth-child(3) {
    background: url(../img/ind_3.jpg) no-repeat center;
    background-size: cover;
}

.phone-li li:nth-child(3) a {
    color: #444
}

.phone-li li:nth-child(4) {
    background: #01763a;
}

.phone-li li img {
    width: 50px;
    margin: 0 auto 4px;
}

.a-box {
    padding: 15px
}

.t-box {
    padding: 15px
}

.h270 {
    height: 270px;
    width: 205px;
}

.a-box a,
.t-box a {
    position: relative;
    display: block;
}

.zt-swiper-container .swiper-button-prev,
.zt-swiper-container .swiper-button-next {
    top: 35px;
    width: 45px;
    height: 60px;
    position: absolute;
    cursor: pointer;
}

.zt-swiper-container .swiper-button-next {
    /* background: url(../images/ad_ctr.png) no-repeat; */
    background-position: -11px -103px;
    right: 26px;
}

.zt-swiper-container .swiper-button-prev {
    /* background: url(../images/ad_ctr.png) no-repeat; */
    left: 0;
    background-position: -2px -14px;
}

.ztwz-todo:hover .zt-next {
    display: block;
}

.ztwz-todo:hover .zt-prve {
    display: block;
}
.device .arrow-a{
  background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
     background-size: 43px;
    top: 50%;
    margin-top: -15px;
    width: 31px;
    height: 37px;
    z-index: 99;
  	display:none;
}
.device .arrow-left {
    background-position: -2px -14px;
 	left: 0;
}
.ixw-oImg:hover .arrow-a{display:block}
.device .arrow-right {
    background-position: -11px -78px;
  	right: 0;
}

